home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / shells / sh03src.zoo / sh-pl03 / sh / signames.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-22  |  676 b   |  40 lines

  1. /*
  2.  * This file was generated by the mksignames program.
  3.  */
  4.  
  5. #include "shell.h"
  6.  
  7. char *const sigmesg[31] = {
  8.       0,
  9.       "Hangup",
  10.       "Interrupt",
  11.       "Quit",
  12.       "Illegal instruction",
  13.       "Trace/BPT trap",
  14.       "abort",
  15.       "EMT trap",
  16.       "Floating exception",
  17.       "Killed",
  18.       "Bus error",
  19.       "Memory fault",
  20.       "Bad system call",
  21.       "Broken pipe",
  22.       "Alarm call",
  23.       "Terminated",
  24.       0,
  25.       "Stopped",
  26.       "Stopped",
  27.       0,
  28.       0,
  29.       "Stopped (input)",
  30.       "Stopped (output)",
  31.       0,
  32.       "Time limit exceeded",
  33.       0,
  34.       0,
  35.       "Profiling alarm",
  36.       0,
  37.       "User signal 1",
  38.       "User signal 2",
  39. };
  40.